Uses of Interface
org.eclipse.vtp.framework.spi.IExecution

Packages that use IExecution
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.spi   
 

Uses of IExecution in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement IExecution
 class Execution
          Implementation of the execution scope and context.
 

Methods in org.eclipse.vtp.framework.engine.runtime that return IExecution
 IExecution Session.createExecution(IExecutionDescriptor descriptor)
           
 

Uses of IExecution in org.eclipse.vtp.framework.spi
 

Methods in org.eclipse.vtp.framework.spi that return IExecution
 IExecution ISession.createExecution(IExecutionDescriptor descriptor)
          Creates a new process execution context at the current location.